McCamInfo Class
Represents the cam information from an axis that is currently set as cam slave.
Inheritance Hierarchy
System.Object
IntervalZero.KINGSTAR.Base.McCamInfo
Namespace: IntervalZero.KINGSTAR.Base
Assembly: IntervalZero.KINGSTAR.Base (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public class McCamInfo
Public Class McCamInfo
The McCamInfo class exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
McCamInfo | Initializes a new instance of the McCamInfo class. |
Properties
Name | Description | |
---|---|---|
![]() |
EndOfProfile | The "pulsed" output (the value becomes one) signaling the cyclic end of the cam profile. |
![]() |
InSync | Used for camRamp . true: The synchronization is completed. false: The slave axis is synchronizing with the master axis. |
![]() |
MaximumSlavePosition | The maximum position the slave axis will reach while following the table. |
![]() |
MinimumSlavePosition | The minimum position the slave axis will reach while following the table. |
![]() |
RepetitionCount | For periodic cam tables only. The repetition count is the number of time the table was repeated to reach the current master target. |
![]() |
RowIndex | The index of the row currently used in the cam table. |
![]() |
SlaveTargetPosition | The target position of the slave axis calculated by the cam table. Ramps are not taken in account for this value. |
See also